home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
util
/
boot
/
autoexec.lha
/
AutoExec.bat
/
src
/
autoexec.bat.e
Wrap
Text File
|
1999-02-16
|
391b
|
24 lines
-> tHe nEw StArTUP-sEqUeNcE ... by bLa$TeR_oNe
PROC main()
DEF t=0
t:=Mouse()
IF (t=0) THEN exec('execute s:startup-big')
IF (t=1) THEN exec('execute s:startup-small')
ENDPROC
PROC exec(arg)
Execute(arg,0,stdout)
ENDPROC
CHAR '$VER:AutoExec.Bat by bLa$Ter_oNe! 1.0 (17/02/1999)',0
-> As Einstein said:
-> "Make everything as simple as possible, but no simpler!"